Updating Reduced Match Criteria for the Forest Restoration & Wildfire Risk Mitigation Grant

Author

Innocent Vomitadyo and Jude Bayham

Introduction

In 2020, our research team at Colorado State University developed the Wildfire Social Vulnerability Index (WFSVI) in order to set a criteria for reduced match for the Forest Restoration & Wildfire Risk Mitigation (FRWRM) Grant. This report describes updates to the WFSVI including updated data from the US Census, alignment with the federal Justice 40 initiative, and further analysis of the WFSVI and reduced match criteria.

American Community Survey Update

The original WFSVI was built using 5-year (2016 - 2020) American Community Survey (ACS) estimates. We have updated the WFSVI using the most current 5-year (2017-2021) ACS data. In some cases, no data is reported for a census block group because of poor response to the ACS or insufficient sample size to meet data disclosure requirements. We use two methods to impute missing values. First, if the data is reported at the census tract1, we use the census tract data to fill any missing records. While these data may be less spatially accurate, they represent the next best estimate of the block group value. Second, we use a machine learning imputation model to complete missing records when tract level information is unavailable. The machine learning method is known as random forest and is implemented via missForest package in R. The random forest method uses nonmissing data for one variable to train a model based on other nonmissing variables from other block groups around the state and uses that model to estimate missing values. It applies this procedure to each variable and iteratively updates until the model converges on its best estimate (see the package documentation for more information).

The original WFSVI used ACS data but sourced the data from Safegraph. While the data was accurate, it was less accessible and relied on analysts at SafeGraph to update the data when the Census released new data. We have rebuilt the code to access the Census Application Programming Interface (API) via the tidycensus package. The code now downloads data for the Census Block Groups (CBG) and Census Tracts, then calculates the index component for both geographies using tract information to fill in missing block group information. The user can now define the year from which to query census data, making the layer easy to update in the future.

Justice 40

Executive Order 14008 directed the Council on Environmental Quality (CEQ) to develop the Climate and Economic Justice Screening Tool (CEJST). This tool uses data to analyze burdens across eight categories: climate change, energy, health, housing, legacy pollution, transportation, water and wastewater, and workforce development. The primary purpose of the CEJST is to aid federal agencies in identifying disadvantaged communities that would benefit from the programs offered under the Justice40 Initiative. While the Colorado State Forest Service is not a federal agency, the goal of the CEJST is aligned with the intent of HB 20-1057, which established the reduced match criteria.

We collect data from the Council on Environmental Quality. The WFSVI is constructed at the Census Block Group (CBG), while the CEJST is constructed at the Census Tract (comprised of CBGs). The CEJST contains a binary indicator for every Census Tract that determines whether it is considered “disadvantaged.” We consider any disadvantaged Census Tract to qualify for reduced match.

Analysis

Data from the ACS is sampled with uncertainty. We develop a method to investigate how the uncertainty affects the qualifying classification of a particular block group. A margin of error is reported for each variable (component of the WFSVI) in each block group. We use the margin of error to estimate the standard deviation of the reported estimate. We define a normal sampling distribution with the estimate as the mean and its standard deviation for each census variable for each block group. We then conduct a Monte Carlo simulation by sampling values from each distribution and recomputing the WFSVI. We run 1000 simulations and calculate the fraction of simulations that a block group qualifies based on its WFSVI above the 75th percentile cutoff. For example, a block group may qualify for reduced match in every one of the 1000 simulations indicating strong confidence that that block group indeed should qualify. In contrast, a block group that only qualifies 50% of the time suggests less confidence that it should qualify. The simulation is conducted in the script 07_monte_carlo_simulation.R.

Updated WFSVI Layer

Deleting layer `wfsvi_2023' using driver `GPKG'
Writing layer `wfsvi_2023' to data source `wfsvi_2023.gpkg' using driver `GPKG'
Writing 2754 features with 22 fields and geometry type Multi Polygon.

The interactive map shows census block groups that qualify for reduced match in yellow. The user can zoom into any location and click on block groups for more information. The popup contains the block group identifying number, the WFSVI value, the qualifying frequency described above, whether it qualifies because of its Justice 40 designation, and the value of each WFSVI component. The index is described in more detail in the original report. The WFSVI and its components are all displayed in percentiles of the distribution of all values in Colorado block groups. The higher the value, the more likely the block group is to qualify for the reduced match. The percentage reported for each index component represents the weight of the component in the overall WFSVI. Note that the percentages are rounded and may not add to one

You can download the spatial data here and a spreadsheet version of the data here

Limitations

American Community Survey data is based on a sample with a reported margin of error. The COVID-19 pandemic impacted trends and affected the ability to collect data due to sampling challenges. The U.S. Census Bureau reported that, due to the difficulties of fielding a household survey during the COVID-19 pandemic, household nonresponse increased substantially in the ACS, with evidence of increased nonresponse bias in many statistics. These challenges largely apply to the 1-year ACS estimates and are less of a concern for the 5-year estimates. However, these inaccuracies and high margins of errors may lead to inaccurate classifications. It may take some time before the full impact of the pandemic on census data accuracy is fully understood. It is also important to note that the margin of error may be significant in small census block groups. We acknowledge the potential that the data may be inaccurate. However, the ACS is the most reliable data to calculate the WFSVI.

Footnotes

  1. Multiple block groups are nested within tracts.↩︎